|
SAP Convergent Charging
Java and XML APIs (Core) |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.highdeal.notification.NotificationDescription
public class NotificationDescription
This class represents a predefined description of a notification; It specfies some keys of complementary information that
must be included in the notifications.
A notification description is defined by:
notification severity level arguments of a notification message
Notification,
NotificationLevel| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
java.lang.String[] |
getAdditionalInfoKeys()
Returns the additional info descriptions of the notification. |
java.lang.Object[] |
getArgTypes()
Returns the additional info types of this notification |
java.lang.String |
getName()
Returns the name of the notification. |
java.lang.String |
getPrettyName()
Returns the pretty name of the notification. |
NotificationLevel |
getSeverityLevel()
Returns the severity level of the notification. |
int |
getUid()
Returns the unique identifier of the notification. |
int |
hashCode()
|
boolean |
isHandled()
Checks if the notification is handled or not; If not the notification described by this description will not be generated by the SAP CC system. |
void |
isHandled(boolean isHandled)
Sets if the notification is handled or not. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.lang.Object[] getArgTypes()
public java.lang.String[] getAdditionalInfoKeys()
public java.lang.String getName()
public java.lang.String getPrettyName()
public NotificationLevel getSeverityLevel()
severity level of the notification.
public int getUid()
public void isHandled(boolean isHandled)
isHandled - true if the notification is handled, false otherwisepublic boolean isHandled()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Object
|
Document Published: October 2015 (SAP CC 4.0 SP10 and Later) | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||